home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000126_news@watsun.cc.columbia.edu _Fri Jun 4 17:24:19 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA25196
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 4 Jun 1999 17:24:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA27956
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 4 Jun 1999 17:21:44 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: leofa@my-deja.com
  10. Subject: moving from serial to tcp/ip (reduex)
  11. Date: Fri, 04 Jun 1999 20:13:38 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7j9c18$mna$1@nnrp1.deja.com>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. yes. ok.  thanks.  telnet works fine.
  17. but i still can not get my two line script on the nt box to run.  the
  18. first line is "set file download c:\k95\xfer" and the second is "remote
  19. dir /usr/drs/xfer > file.lst".  it is the remote dir line that doesnt
  20. work.  if i try it by hand, it just sits there till i press e a lot or
  21. ctrl-c. (i would then conditionally set off additional .ksc scripts to
  22. remote file gets).
  23. could you please help with any further advice!  thanks.
  24.  
  25. In article <7j6461$9h8$1@newsmaster.cc.columbia.edu>,
  26.   fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  27. > In article <7j41oi$rts$1@nnrp1.deja.com>,
  28. >  <leofa@my-deja.com> wrote:
  29. > : someone please help if you can.  i am using k95 v
  30. > : 1.1.17 on an nt box.  there is kermit on my unix
  31. > : box which is acting as a server.
  32. > :
  33. > : i am trying to move my working kermit from one nt
  34. > : box to another.  the old nt uses a serial cable
  35. > : to connect via com1 to a unix box.  i want to get
  36. > : rid of the serial cable as i move.
  37. > :
  38. > : the new nt is on the same network cable/hub as
  39. > : the unix box. unix's addr is 172.16.1.40; nt's
  40. > : addr is 172.16.1.39.
  41. > :
  42. > : i thought i might just be able to remove the "set
  43. > : line 1" and "set speed 9600" and use "set net
  44. > : type tcp" and "set host 172.16.1.40"
  45. > :
  46. > : i want to be able to get remote directories and
  47. > : files on the unix box from the nt box.
  48. > :
  49. > The easy way to make a telnet connection from K95 is to
  50. > use its "telnet" command.  At the K-95> prompt, type:
  51. >
  52. >  telnet 172.16.1.40
  53. >
  54. > From that point onwards, everything will be the same as
  55. > on your previous serial connection, but faster.
  56. >
  57. > - Frank
  58. >
  59.  
  60.  
  61. Sent via Deja.com http://www.deja.com/
  62. Share what you know. Learn what you don't.